home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
Other Langs
/
MacPerl ƒ
/
Perl Source ƒ
/
MacPerl
/
MPHelp.h
< prev
next >
Wrap
Text File
|
1993-09-16
|
619b
|
25 lines
/*********************************************************************
Project : MacPerl - Real Perl Application
File : MPHelp.h - Various helpful functions
Author : Matthias Neeracher
Started : 09Aug93 Language : MPW C
Modified : 16Sep93 MN Runtime doesn't support Ballons
Last : 16Sep93
*********************************************************************/
#ifndef __MPHELP__
#define __MPHELP__
#include <Memory.h>
#include <QuickDraw.h>
#include <Types.h>
#include "MPGlobals.h"
#ifndef RUNTIME
void DoHelp(WindowPtr win, DPtr doc, Point pt, Boolean inText);
#endif
void Explain(DPtr doc);
#endif